home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Explore Yellowstone
/
Explore Yellowstone (1997)(The Learning Company)[PC-Mac].iso
/
mac
/
GUIDECON.DIR
/
00024_Script_sc lastpage
< prev
next >
Wrap
Text File
|
1996-02-29
|
440b
|
15 lines
on mouseDown
-- button is hardwired for speed & to eliminate ambiguous behavior
set the castNum of sprite 17 to the number of cast "UARROW1"
updateStage
puppetSprite gsGuideChannel, FALSE -- clear the old button
end
on mouseUp
-- button is hardwired for speed & to eliminate ambiguous behavior
set the castNum of sprite 17 to the number of cast "UARROW2" -- hardwired to 17
updateStage
LastPage
end